home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg4.cab / __init__9.py < prev    next >
Text File  |  2005-11-19  |  333b  |  16 lines

  1. """distutils
  2.  
  3. The main package for the Python Module Distribution Utilities.  Normally
  4. used from a setup script as
  5.  
  6.    from distutils.core import setup
  7.  
  8.    setup (...)
  9. """
  10.  
  11. # This module should be kept compatible with Python 1.5.2.
  12.  
  13. __revision__ = "$Id: __init__.py,v 1.23 2002/11/19 13:12:26 akuchling Exp $"
  14.  
  15. __version__ = "1.0.3"
  16.